disk accessing

英 [dɪsk ˈæksesɪŋ] 美 [dɪsk ˈæksesɪŋ]

磁盘存取

计算机



双语例句

  1. Paging a memory block out and back in from disk is significantly slower than accessing it directly from RAM, so you should generally avoid this practice.
    与直接访问RAM中的内存块相比,把内存块交换到磁盘并交换回来要慢得多,所以一般情况下应该避免这种做法。
  2. If users are uploading files ( whether profile pictures or TPS reports) you want to make sure to upload them to a redundant, remote file system& not just to the hard disk on the web server they are accessing.
    如果用户正在上传文件(无论个人资料图片或TPS报表),您需要确保将它们上传到冗余的、远程的文件系统上,而不只是将它们上传到您正在访问的Web服务器的硬盘上。
  3. When directed ( or upon disk failure), the IBM AIX ® host accessing the primary disk subsystem might transparently switch over to the backup copy of the data such that customers of the disks ( such as middleware) are not affected.
    在被定向(或磁盘发生故障)时,访问主磁盘子系统的IBMAIX®主机可以透明地切换到数据的备份副本,这样磁盘(如中间件)的使用者就不会受到影响。
  4. Even if a file is being shared from a workstation, the device that has the disk resource to share is called the server, and the devices accessing the disk are called clients.
    即使是从工作站共享文件,拥有用于共享的磁盘资源的设备也称为服务器,访问磁盘的设备称为客户端。
  5. Imagine a file stored on disk. The first step in accessing its data is finding the file.
    假设一个文件存在磁盘上,想存取它的数据,首先要找到这个文件。
  6. Disk full while accessing% 1.
    访问%1时磁盘已满。
  7. Mapped real time disk operating system While accessing the hard disk, a disk operation failed even after retries.
    映像实时磁盘操作系统访问硬盘时,磁盘操作失败。重试之后仍然不成功。
  8. A cache that stores copies of frequently used disk sectors in random access memory ( RAM) so they can be read without accessing the slower disk.
    用随机存取存储器的扇区存储因此能够访问磁盘的高速缓冲存储器。
  9. While many problems appear in thed Network Computer ( NC) system with the wide applications of multimedia, such as the increasing in the cost of servers and the bottleneck in disk accessing.
    另一方面,网络计算机(NC)系统在发展中遇到了多媒体应用所带来的主机成本升高、磁盘访问瓶颈等问题。
  10. Our research breaks concept of designing traditional disk DBs, and refers to character of accessing fast in main memory. Thus, new physical structure and data format in MMDB are advanced based on existing partition-segment model.
    打破传统磁盘数据库系统的设计观念,考虑内存的直接快速存取的特点,在原有区&段式结构的基础上提出了新的物理组织模式及其数据存储结构。
  11. For this DBMS, datas can be selected to be stored in disk or memory with the restriction of accessing speed, but a common definition pattern and operation pattern are provided.
    该系统使数据根据存取速度要求被选择以内存共享段形式或磁盘文件形式存储,由系统提供统一的定义模式和操纵模式。
  12. The result of research shows that the optimized algorithm has obvious advantages than the traditional disk scheduling algorithm while accessing hotspot area within tens times the built-in CACHE of hard disk. 4.
    研究结果表明对于热点访问区的尺度在数十倍于CACHE大小的范围内,优化后的算法比传统磁盘调度算法有着较明显的优势。
  13. In the design of query algorithms, it reduces tree travels and disk accessing times by keeping a summary of the documents and employing several clustering criteria.
    在查询算法设计上,通过等价类划分和聚簇存储,减少了树遍历和磁盘读取次数。
  14. Testing results indicate that it can really enhance total performance of the whole system with large random disk accessing.
    测试结果说明,对于大量的磁盘随机访问,内存网格能够有效的提高系统整体性能。
  15. Data-intensive applications with large and random disk access, such as web server and DBMS, require frequently disk accessing, which can decrease the application performance.
    对于具有频繁、随机磁盘IO的数据密集型应用,如web服务器和数据库系统,磁盘访问的巨大延迟将严重影响应用程序的性能。